From: Doug Goldstein Date: Fri, 11 Dec 2015 16:00:11 +0000 (-0600) Subject: tools: always enable HAS_MEM_ACCESS X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~2074 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=7df31694deac6611aa1bc47ff1936ea4d9898dbf;p=xen.git tools: always enable HAS_MEM_ACCESS For all supported targets HAS_MEM_ACCESS is enabled so this drops the conditional and always makes it enabled. The goal here is to remove the setting in the top level config directory when kconfig changes land. Suggested-by: Jan Beulich Signed-off-by: Doug Goldstein Acked-by: Razvan Cojocaru Acked-by: Ian Campbell --- diff --git a/tools/tests/xen-access/Makefile b/tools/tests/xen-access/Makefile index f810543738..dd70f9ffd8 100644 --- a/tools/tests/xen-access/Makefile +++ b/tools/tests/xen-access/Makefile @@ -7,8 +7,7 @@ CFLAGS += $(CFLAGS_libxenctrl) CFLAGS += $(CFLAGS_libxenguest) CFLAGS += $(CFLAGS_xeninclude) -TARGETS-y := -TARGETS-$(HAS_MEM_ACCESS) := xen-access +TARGETS-y := xen-access TARGETS := $(TARGETS-y) .PHONY: all